home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CDTV / cdtvtools-11 / includes / joymouse.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-06-24  |  900 b   |  27 lines

  1. /*  :ts=8 bk=0
  2.  *
  3.  * joymouse.h:    public definition for joymouse routines
  4.  *
  5.  * William A. Ware                    B215
  6.  ***************************************************************************
  7.  *    This information is CONFIDENTIAL and PROPRIETARY           *
  8.  *    Copyright 1991, Silent Software Incorporated.               *
  9.  *    All Rights Reserved.                           *
  10.  ***************************************************************************
  11.  */
  12.  
  13. /*
  14.  * The name of the joymouse's port.  FindPort() this port and post
  15.  * messages to it.
  16.  */
  17. #define    JOYMOUSEPORTNAME    "CDTV JoyMouse"
  18.  
  19. /*
  20.  * The commands you can send to the JoyMouse.  These commands are
  21.  * placed in a standard Message structure in the mn_Length field.  The
  22.  * result is returned in the same place.
  23.  */
  24. #define    JOYMSE_DIE    0    /*  Kill off JoyMouse task.        */
  25. #define    JOYMSE_OFF    1    /*  Deactivate the JoyMouse for a time  */
  26. #define    JOYMSE_ON    2    /*  Reactivate the JoyMosue        */
  27.